@charset "utf-8"; /* 设置编码  css代码的编码 */
*{
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration:none;
	font-family:'Arial Normal', 'Arial',"SimSun";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	background:#fcfcfc;
	font-size:14px;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
address,cite,dfn,em,var{font-style:normal;}
small{font-size:12px;}
ul,ol,li{list-style:none;}
a,a:hover,a:focus,a:active{
	text-decoration:none;
	color:#333;
	outline:none;
}
legend{color:#000;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
fieldset,img{border:0;vertical-align:middle;}
button,input,select,textarea{font-size:100%;outline:0px;}
table{border-collapse:collapse;border-spacing:0;text-align:center;}
img{-ms-interpolation-mode:bicubic;}
textarea{resize:vertical;}
label,button{cursor:pointer;}
body,form{position:relative;}
p{word-wrap:break-word;}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video { display: block;margin: 0;padding: 0;}
mark { background: #ff0; }
/*常用class*/
#header,#content,#footer{margin-left:auto;margin-right:auto;}
.left{float:left}
.right{float:right}
.overflow{overflow:hidden}
.hide{display:none}
.block{display:block}
.inline{display:inline}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}


/*公共部分*/
.header{width: 100%;min-width:1200px;background:#fff;}
.header-top{width: 100%;height:35px;line-height:35px;background-color:#f5f5f5;overflow: hidden; }
.header-main{width:1200px;height:35px;line-height:35px;margin:0 auto;}
.header-lx a{
	color:#999999;
	margin-left:52px;
}
.header-right>div{
	display:inline-block;
	margin-left:52px
}
.header-wb .xlwb{
	margin-right:52px;
}
.header-wb img{
	margin-top:-3px;
}
.header-wb a,.header-tel span{
	color:#0958ce;
}
.header-tel img{
	margin-top:-6px;
}

.top-content{
	width:1200px;
	margin:0 auto;
	height:145px;
}
.logo{
	width:300px;
	display:inline-block;
	padding-top:20px;
}
.logo img{
	vertical-align:super;
}
.location{
	position:relative;
	width:100px;
	height:45px;
	display: inline-block;
	margin-left:0px;
	margin-top:50px;
	vertical-align:top;	
}
.location-top{
	position:absolute;
	width:100px;
	height:45px;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color:#fff;
	font-family: "Microsoft Yahei";
	padding:0 5px;
	cursor:default;
	z-index:3;
	background:#fff;
}
.location:hover .location-top{
	border-color:#e5e5e5;
}
.partition{
    display:none;
    position:absolute;
    top:44px;
	left:-56px;
    height:50px;
	width:210px;
    padding:5px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    z-index:2;
	text-align:center;
}
.location-top span{
	display:block;
	font-size:14px;
	height:25px;
	line-height:25px;
	color:#fc7305;
	padding:0 5px;
	text-align:left;
	position:relative;
	background:url(../../image/gz/down-arrow.gif) no-repeat right center;
	background-size:10px auto;
}
.location-top font{
	display:block;
	font-size:12px;
	color:#888;
	border:1px solid #fc7305;
}
.location:hover .partition{
	display:block;
}
.partition a{
    margin:0 5px;
	line-height:40px;
	font-size:14px;
}
.header-search{
	display:inline-block;
	padding-top:45px;
	vertical-align:top;
	margin-left:50px;
}
.header-input{
	width:385px;
	height:45px;
	border:1px solid #fc7305;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	line-height:56px;
}
.top-search-btn{
	float:right;
	width:45px;
	height:45px;
	border:none;
	background:#fc7305 url(../../image/gz/search-ico.png) center no-repeat;
	background-size:35px 35px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.logo-moto{
	float:right;
	margin-top:50px;
}
.top-nav-content{
	width:100%;
	height:45px;
}
.main-nav{
	width:1200px;
	margin:0 auto;
	height:45px;
	position:relative;
}
.top-menu{
	width:240px;
	float:left;
	height:45px;
	font-size:20px;
	background:#fc7305;
	box-sizing:border-box;
	line-height:45px;
	color:#fff;
	cursor:default;
	text-align:center;
}
.menu-list {
	float:left;
	width:950px;
	height:45px;
	border-bottom:2px solid #fc7305;
	margin-left:10px;
}
.menu-list>li{
	position:relative;
	float:left;
	width:150px;
	line-height:43px;
	text-align:center;
}
.menu-list h2{
	font-weight:normal;
}
.menu-list>li>a{
	height:43px;
	font-family:Microsoft Yahei;
	display:block;
	font-size:16px;
	overflow:auto;
}
.menu-list>li:hover .menu-title,.menu-list>li.nav-current{
	background:#f7f1ec !important;
	color:#fc7305 !important;
}
.menu-list>li.nav-current h2,.nav-current h1{
	color:#fc7305 !important;
}

.top-course-block{
	z-index:999;
	height:530px;
	width:1200px;
	border:1px solid #fc7305;
	border-top:none;
	background:#fff;
	display:none;
	position:absolute;
	top:45px;
}
.slide-menu{
	overflow:auto;
	height:100%;
}
.slide-menu li{
	width:12.5%;
	height:100%;
	float:left;
}
.slide-menu li+li{
	border-left:1px solid #dedede;
}
.slide-menu h3{
	text-align:center;
	font-weight:normal;
	background:#f0f0f0;
	height:60px;	
}
.slide-menu h3 a{
	font-size:20px;
	color:#fc7305;
	line-height:60px;
}
.slide-menu a:hover{
	text-decoration:underline;
}
.slide-c-block{
	padding:0 15px;
	color:#fc7305;
}
.slide-c-block dl{
	padding:12px 0;
}
.slide-c-block dl dt{
	white-space:nowrap;
}
.slide-c-block dl+dl{
	border-top:1px solid #dedede;
}
.slide-menu dd a{
	color:#666;
	font-size:14px;
}
.other-c-dl dd{
	margin-bottom:8px;
}
.hot-c:after{
	content:url(../../image/gz/hot-ico.png);
	margin-left:8px;
}
.first-c:after{
	content:url(../../image/gz/first-ico.png);
	margin-left:8px;
}


.footer{width: 100%;height:auto;background-color: #fc7305;min-width: 1200px;}
.footer-main{width:1200px;height:auto;margin:0 auto;overflow: hidden;}
.footer-flink{padding:50px 0;border-bottom: 1px solid #fff;}
.footer-flink ul{overflow:auto;}
.footer-flink li{float:left;margin-right:30px;height:36px;line-height:36px;}
.footer-flink h4{color:#f6ff8c;height:20px;line-height:20px;margin:8px 0 0;padding-right:15px;border-right:2px solid #f6ff8c;font-weight:normal;font-size:20px;}
.footer-flink a{color:#f6ff8c;}
.footer-flink a:hover{color:#fff;}
.footer-bottom{padding:25px 0;}
.footer-bottom>div{height:120px;vertical-align:top;}
.footer-bottom p{color:#fff;line-height:40px;}
.footer-phone{width:270px;border-right:1px solid #fff;margin-right:40px;}
.footer-contact{width:680px;}
.footer-contact a{color:#fff;}
.contact-qq{display:inline-block;width:101px;height:31px;background:url(../../image/gz/footer-qq.png) no-repeat;vertical-align:middle;}
.footer-wechat{text-align:center;width:200px;border-left:1px solid #fff;}
.footer-wechat img{margin-left:20px;width:120px;}
.footer-wechat p{font-size:14px;height:20px;line-height:20px;margin-left:22px;}


/* 右边联系我们 */
.contactUs{	
	position:fixed;
	right:0;
	top:0;
	background:rgba(122,110,110,0.8);
	width:30px;
	text-align:center;
	height:100%;
}
.contactUs ul{
	margin-top:230px;
}
.contactUs ul li{
	line-height:40px;
	height:40px;
}
.contactUs ul li a{
	display:block;
}
.contactUs ul li a img{
	width:20px;
	margin-top:10px;
	vertical-align:top;
}
.contactUs ul li:hover,.open{
	background:#fc7305;
}
.showWechat{
	position:absolute;
	right:40px;
	top:230px;
	width:200px !important;
	display:none;
}
.phoneDiv,.qqDiv,.onlineDiv{
	position:absolute;
	right:30px;
	background:#fc7305;
	display:none;
	height:40px;
	color:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:12px;
}
.phoneDiv{
	top:310px;
	width:150px;
}
.qqDiv{	
	top:270px;
	width:80px;
}
.onlineDiv{
	top:350px;
	width:60px;
}


/* 底部微信电话号码样式start */
/* @media (max-width:10000px) and (min-width: 700px) {
  .dibuwx {
	  display: none;
  }
}
@media (max-width:700px) and (min-width: 10px) {
  .dibuwx {
	  display: block;
  }
} */
.dibuwx {
	display: none;
	z-index: 999999;
	/* height: 60px; */
	height: 6em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: darkgrey 10px 10px 30px 5px;
	/* em的取值 */
	font-size: 28px; 
}

/* ul */
.dibuwx .dbfloat {
	list-style-type: none;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.dibuwx li {
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dibuwx li .dbfloat-item {
	height: 100%;
	width: 100%;
	text-decoration: none;
	/* font-size: 14px; */
	font-size: 1.4em;
	text-align: center;
	color: #FFFFFF;
	/* line-height: 40px; */
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/* 活跃态颜色 */
.dibuwx .bg-color {
	background-color: #E84032;
}
.dibuwx .bg-color a {
    width: 100%;
    color: #FFFFFF !important;
}

.dibuwx .dbfloat-item a {
	width: 100%;
	color: #666666;
}
.dibuwx .dbfloat-item a:first-child {
	position: relative;
	/* top: 8px; */
	top: 0.5em;
}
.dibuwx li a img {
	/* width: 23px; */
	width: 2.3em;
}

.dibuwx svg {
	width: 2.3em;
}

/* 关闭按钮和那个勾 */
.dibuwx-close {
	/* height: 24px; */
	height: 2.4em;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.dibuwx-close img {
	/* height: 20px;
	width: 20px; */
	height: 2em;
	width: 2em;
}
.dibuwx-success {
	display: flex;
	width: 100%;
	justify-content: center;
	/* margin-bottom: 10px; */
	margin-bottom: 1em;
}
.dibuwx-success img {
	/* width: 50px;
	height: 50px; */
	width: 5em;
	height: 5em;
}
/* 关闭按钮和那个勾 */

/* 中间的logo */
.dbfloat-logo,.dbfloat-logo-gif,.dbfloat-logo-bg {
	position: absolute;
}
.dbfloat-logo .dbfloat-logo-bg {
	/* height: 90px;
	width: 90px; */
	height: 9em;
	width: 9em;
	border-radius: 50%;
	bottom: 0;
}
.dbfloat-logo .dbfloat-logo-gif {
	bottom: 0;
	/* height: 80px;
	width: 80px; */
	height: 8em;
	width: 8em;
	border-radius: 50%;
}
.dbfloat-logo .dbfloat-logo-gif img,.dbfloat-logo .dbfloat-logo-bg img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.dbfloat-logo .dbfloat-logo-gif img {
	position: relative;
	/* top: -6px; */
	top: -0.6em;
}
/* 中间的logo */

.dibuwx-pop {
	display: none;
	/* padding: 20px; */
	padding: 2em;
	width: 80%;
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* border-radius: 10px; */
	border-radius: 1em;
	z-index: 1000001;
	background: #FFFFFF;
	color: #666;
	/* em的取值 */
	font-size: 28px;
}

.dibuwx-pop .wxtitle {
	color: #000;
	/* font-size: 26px;
	line-height: 26px; */
	font-size: 2.6em;
	/* line-height: 2.6em; */
	font-weight: bold;
	/* margin: 10px 0; */
	margin: 0.8em 0;
	font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 0;
}
.dibuwx-pop .wechat-number, .dibuwx-pop .desc, .dibuwx-pop .desc-baidu,.dibuwx-pop .buttons {
	font-size: 1.6em;
}

.dibuwx-pop .desc-baidu {
	display: none;
	color: #E84032;
}

.dibuwx-pop .buttons {
	/* margin-top: 10px; */
	margin-top: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dibuwx-pop .buttons div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1aad17 !important;
	/* border-radius: 10px !important;
	width: 120px;
	height: 36px; */
	border-radius: 1em !important;
	width: 12em;
	height: 3.6em;
	cursor: pointer !important;
	color: #fff !important;
}

.dibuwx-mask {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000000;
}


.jconfirm-holder {
	width: 80%;
	margin: 0 auto;
}

.jconfirm-box {
	text-align: center;

}

.jconfirm-box img {
	width: 2.49094203rem;
	height: 2.49094203rem;
}

.jconfirm-box .wxtitle {
	color: #000;
	font-size: 1.13224638rem;
	line-height: 1.13224638rem;
	font-weight: bold;
	margin: 0.56612319rem 0;
	font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 0;
}

.jconfirm-box .wechat-number,
.jconfirm-box .desc {
	color: #666;
	line-height: 1.13224638rem;
	margin: 0.56612319rem 0
}

.jconfirm-box .desc {
	margin-bottom: 0
}

.jconfirm-box .jconfirm-content {
	overflow: hidden !important;
}

.jconfirm-box .jconfirm-buttons {
	float: none !important;
}

.jconfirm-box .jconfirm-buttons .btn {

	background-color: #1aad17 !important;
	;
	border-radius: 0.50951087rem !important;
	;
	width: 8.15217391rem;
	height: 2.54755435rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer !important;
	;
	color: #fff !important;
}

/* 底部微信电话号码样式end */

/* 右边栏在线客服按钮start */
.about .blue-button {
	padding: 6px 10px;
	background: #fc7305;
	color: #ffffff;
	border-radius: 9px;
}
    
/* 右边栏在线客服按钮end */